home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / README < prev    next >
Text File  |  1994-06-05  |  2KB  |  62 lines

  1. This directory contains the version 1.08.1 test release of the GNU C Library.
  2. Many bugs have been fixed since the last release.
  3. Some bugs surely remain.
  4.  
  5. As of this release, the GNU C library has been ported to the following
  6. configurations:
  7.  
  8.         alpha-dec-osf1 (mostly finished)
  9.         i386-bsd4.3
  10.         i386-gnu (for Hurd development only)
  11.         i386-sco3.2
  12.         i386-sco3.2v4
  13.         i386-sequent-dynix
  14.         i386-sysv
  15.         i386-sysv4
  16.         m68k-hp-bsd4.3
  17.         m68k-sony-newsos3
  18.         m68k-sony-newsos4
  19.         m68k-sun-sunos4
  20.         mips-dec-ultrix4
  21.         mips-sgi-irix4
  22.         sparc-sun-solaris2
  23.         sparc-sun-sunos4
  24.  
  25. Porting the library is not hard.  If you are interested in doing a port,
  26. please get on the mailing list by sending electronic mail to
  27. bug-glibc-request@prep.ai.mit.edu.
  28.  
  29. The GNU C library now includes Michael Glad's Ultra Fast Crypt, which
  30. provides the Unix `crypt' function, plus some other entry points.
  31. Because of the United States export restriction on DES implementations,
  32. we are distributing this code separately from the rest of the C
  33. library.  There is an extra distribution tar file just for crypt; it is
  34. called `glibc-1.08.1-crypt.tar.gz'.  You can just unpack the crypt
  35. distribution along with the rest of the C library and build; you can
  36. also build the library without getting crypt.  Users outside the USA
  37. can get the crypt distribution via anonymous FTP from ftp.uni-c.dk
  38. [129.142.6.74], or another archive site outside the USA.  Archive
  39. maintainers are encouraged to copy this distribution to their archives
  40. outside the USA.  Please get it from ftp.uni-c.dk; transferring this
  41. distribution from prep.ai.mit.edu (or any other site in the USA) to a
  42. site outside the USA is in violation of US export laws.
  43.  
  44. See the file INSTALL to find out how to configure, build, install, and port
  45. the GNU C library.
  46.  
  47. The GNU C Library is completely documented by the Texinfo manual found
  48. in the `manual/' subdirectory.  The manual is still being updated and
  49. contains some known errors and omissions; we regret that we do not have
  50. the resources to work on the manual as much as we would like.  Please
  51. send comments on the manual to bug-glibc-manual@prep.ai.mit.edu, and
  52. not to the library bug-reporting address.
  53.  
  54. The file NOTES contains a description of the feature-test macros used
  55. in the GNU C library, explaining how you can tell the library what
  56. facilities you want it to make available.
  57.  
  58. Send bug reports to bug-glibc@prep.ai.mit.edu.
  59.  
  60. The GNU C Library is free software.  See the file COPYING.LIB for copying
  61. conditions.
  62.